'Declaration Public Enum C1ObservableItemCollection.ChangeType Inherits System.Enum
public enum C1ObservableItemCollection.ChangeType : System.Enum
'Declaration Public Enum C1ObservableItemCollection.ChangeType Inherits System.Enum
public enum C1ObservableItemCollection.ChangeType : System.Enum
Member | Description |
---|---|
Added | Item was added to the collection. |
Cleared | The collection was cleared. |
Removed | Item was removed from the collection. |
Replaced | Item was replaced in the collection. |
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection`2.ChangeType<TOwner,TItem>